The object in the pricing search results that contains the line results returned by the search.
The resultMap container holds resultRates, which subsequently stores the rateSet and data objects.
data contains the line results, organized by rates. For example, if the search contains results at a rate of 2.25, the line results will be stored under an object labeled 2.25, like so:
|
Copy Code | |
|---|---|
"resultMap": { "resultRates": { "rateSet": {}, "data": { "2.25": [ { lineResult } ] } } } | |




